Global Index
HTML5 JS API Index > CSS Object Model Tutorials & Specs

CSSStyleSheet

Extends StyleSheet.

The CSSStyleSheet interface represents a CSS style sheet.

Properties
CSSRuleListcssRules
CSSRule?
ownerRule
The ownerRule attribute must return the owner CSS rule. If a value other than null is ever returned, then that same value must always be returned on each get access.
Operations
voiddeleteRule(unsigned long index)
unsigned longinsertRule(DOMString rule, unsigned long index)
Referenced by
CSSImportRulestyleSheet
CSSRuleparentStyleSheet